PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setConversionFactor Method
The conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this object.
In This Topic
    setConversionFactor Method
    In This Topic
    Sets the conversion factor.
    When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the references the number format array.
    Syntax
    public void setConversionFactor( 
       double value
    )

    Parameters

    value
    The conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this object.
    See Also